/////////Flora 2.6/////////
///////// settings/////////
/* explains */
// default value //
/* ☆ : only available in dynamic */

#define on 1
#define off 0

/* always time set ☆
1: always day 
2: always sunset 
3: always night 
other values: time elapses */
// 0 //
#define ALWAYSTIME 0


/* time add ☆ */
// 0.0 //
#define TIMEADD 0.0


/* time elapsing speed ☆ */
// 1.0 //
#define TIMESPEED 1.0


/* sky */
// on //
#define CELESTIAL on


/* fog color */
// on // 
#define FOGCOLOR on


/* night time brightness, 0.0~1.0 */
// 0.6 //
#define NIGHTBRIGHTNESS 0.6


/* vanilla side shadow */
// off //
#define VANILLASHADOW off


/* shadow (under trees or like that)*/
// on //
#define SHADOW on


/* block side direct lighting */
// on //
#define SIDEDIRLIGHT on


/* water surface */
// on //
#define WATERSURFACE on


/* underwater caustics */
// on //
#define UNDERWATERCAUSTICS on


/* lightning, illumination */
// on //
#define LIGHT on


/* specular */
// on //
#define SPECULAR on


/* tonemapping */
// on //
#define TONEMAPPING on



/////////Test Features/////////

#define FOGCOLVIEW off

#define DEPTHVIEW off